home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TDXBARITEMADDEDITOR / TDXBARITEMADDEDITOR.txt
Text File  |  2006-04-19  |  2KB  |  107 lines

  1. object dxBarItemAddEditor: TdxBarItemAddEditor
  2.   Left = 352
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add New ExpressBars Item'
  6.   ClientHeight = 150
  7.   ClientWidth = 263
  8.   Color = clBtnFace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LName: TLabel
  19.     Left = 8
  20.     Top = 68
  21.     Width = 47
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'Name:'
  25.   end
  26.   object LCaption: TLabel
  27.     Left = 8
  28.     Top = 96
  29.     Width = 47
  30.     Height = 13
  31.     AutoSize = False
  32.     Caption = 'Caption:'
  33.   end
  34.   object LType: TLabel
  35.     Left = 8
  36.     Top = 12
  37.     Width = 47
  38.     Height = 13
  39.     AutoSize = False
  40.     Caption = 'Type:'
  41.   end
  42.   object LCategory: TLabel
  43.     Left = 8
  44.     Top = 40
  45.     Width = 47
  46.     Height = 13
  47.     AutoSize = False
  48.     Caption = 'Category:'
  49.   end
  50.   object Edit1: TEdit
  51.     Left = 62
  52.     Top = 64
  53.     Width = 194
  54.     Height = 21
  55.     TabOrder = 2
  56.   end
  57.   object Edit2: TEdit
  58.     Left = 62
  59.     Top = 92
  60.     Width = 194
  61.     Height = 21
  62.     TabOrder = 3
  63.     Text = 'New Item'
  64.   end
  65.   object ComboBox1: TComboBox
  66.     Left = 62
  67.     Top = 8
  68.     Width = 194
  69.     Height = 21
  70.     Style = csDropDownList
  71.     DropDownCount = 100
  72.     ItemHeight = 13
  73.     TabOrder = 0
  74.     OnClick = ComboBox1Click
  75.   end
  76.   object ComboBox2: TComboBox
  77.     Left = 62
  78.     Top = 36
  79.     Width = 194
  80.     Height = 21
  81.     Style = csDropDownList
  82.     ItemHeight = 13
  83.     TabOrder = 1
  84.   end
  85.   object BOk: TButton
  86.     Left = 100
  87.     Top = 122
  88.     Width = 73
  89.     Height = 23
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 4
  94.     OnClick = BOkClick
  95.   end
  96.   object BCancel: TButton
  97.     Left = 184
  98.     Top = 122
  99.     Width = 73
  100.     Height = 23
  101.     Cancel = True
  102.     Caption = 'Cancel'
  103.     ModalResult = 2
  104.     TabOrder = 5
  105.   end
  106. end
  107.